LOADING...
加载过慢请开启缓存(浏览器默认开启)
M.O.T
home
about
archives
categories
tags
英文博客
M.O.T
home
about
archives
categories
tags
英文博客
NodeJs更新
2016/1/10
NodeJs
NodeJs
1.更新npm
npm update -g
2.更新nodejs
1) Clear NPM’s cache:
sudo npm cache clean -f
2) Install a little helper called ‘n’
sudo npm install -g n
3) Install latest stable NodeJS version
sudo n stable